Migrating SVN repository to Git preserving history

After spending number of hours trying to move a simple single branch SVN repository to Git that can be accessed over https, here are the steps taken. Assume my_svn_repository is defined by url https://127.0.0.1/svn/my_svn_repository. First, a list of all svn committers is needed. Save the list in a file ./authors.txt user1 = user1 <user1@someserver.com> user2 … Continue reading Migrating SVN repository to Git preserving history